home *** CD-ROM | disk | FTP | other *** search
- Global Const MaxLots = 20
- Global Const TopMost = 1300
- Global Const Leftmost = 500
- Global Const BottomMost = 4300
- Global Const Rightmost = 7900
- Global Const MaxBars = 40
- Global Const FREE = 0
- Global Const SELECTED = 1
- Global Const BLANK = 2
- Global Const PRIZE = 3
- Global Const BEINGSELECTED = 4
- Global Const UNKNOWN = 0
- Global Const VIEWED = 1
-
- Global NumLots As Integer
- Global NumPrizes As Integer
- Global IsUnwillingPrize As Integer
- Global DoNew As Integer
- Global AppName$
-
- Sub TextAllSelect (cntl As Control)
- cntl.SelStart = 0
- cntl.SelLength = Len(cntl.Text)
- End Sub
-
-